home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / wodim.conf < prev    next >
Text File  |  2007-01-09  |  1KB  |  49 lines

  1. # wodim.dfl Copyright 2006 E. Bloch
  2. # Based on cdrecord.dfl (Copyright 1998 J. Schilling)
  3. #
  4. # This file is /etc/wodim.conf
  5. # It contains defaults that are used if no command line option
  6. # or environment is present.
  7. # The default device, if not specified elsewhere.
  8. #
  9. #CDR_DEVICE=yamaha
  10. CDR_DEVICE=cdrom
  11.  
  12. # The default speed, if not specified elswhere.
  13. #
  14. # For MMC compliant drives, the default is to write at maximum speed, so it in
  15. # general does not make sense to set up a default speed in /etc/wodim.conf.
  16. #
  17. #CDR_SPEED=40
  18.  
  19. # The default FIFO size if, not specified elswhere.
  20. #
  21. CDR_FIFOSIZE=12m
  22.  
  23. #
  24. # CDR_MAXFIFOSIZE can limit the maximum allowed FIFO size. This is useful to
  25. # not let mallicious users allocate too much system memory if no ulimit is set
  26. # or wodim runs with suid-root permissions.
  27. #
  28. # CDR_MAXFIFOSIZE=256m
  29.  
  30. #
  31. # The following definitions allow abstract device names.  They are used if the
  32. # device name does not contain the the characters ',', ':', '/' and '@'
  33. #
  34. # Unless you have a good reason, use speed == -1 and let wodim use its internal
  35. # drive specific defaults.
  36. #
  37. # drive name    device    speed    fifosize driveropts
  38. #
  39. #default=    USCSI:1,0,0    -1    -1    burnfree
  40. #sanyo=        1,4,0    -1    -1    burnfree
  41. #cdrom=        0,6,0    2    1m    ""
  42. #remote=        REMOTE:rscsi@somehost:1,0,0    16    32m    burnfree
  43. #
  44. cdrom=          -1      -1      -1      burnfree
  45.  
  46.